Esx Settings HardwareSupport Managers HardwareSupportManagerInfo

Esx Settings HardwareSupport Managers HardwareSupportManagerInfo
Esx Settings HardwareSupport Managers HardwareSupportManagerInfo

The Esx Settings HardwareSupport Managers HardwareSupportManagerInfo schema contains properties that describe a particular 3rd party Hardware Support Manager (HSM)

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "manager": "string",
    "description": "string",
    "display_name": "string",
    "vendor": "string"
}
string
manager
Required

Name of the Hardware Support Manager (HSM) (e.g. "Frobozz Hardware Support Manager")

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager.

string
description
Required

User-intelligible description of the HSM (e.g. "Front end for Frobozz so-and-so management system")

This property was added in vSphere API 7.0.0.0.

string
display_name
Required

UI label for HSM, derived from HSM extension's description's 'label' field. (e.g. "Frobozz Free Management System")

This property was added in vSphere API 7.0.0.0.

string
vendor
Required

Company providing the Hardware Support Manager (HSM) (e.g. "Frobozz Magic Software Company")

This property was added in vSphere API 7.0.0.0.